Autogenerated HTML docs for v1.5.5.1-315-g6d2c1c
diff --git a/git-submodule.html b/git-submodule.html index 3eb9167..7cb2e3d 100644 --- a/git-submodule.html +++ b/git-submodule.html
@@ -275,7 +275,8 @@ <div class="verseblock"> <div class="content"><em>git-submodule</em> [--quiet] add [-b branch] [--] <repository> [<path>] <em>git-submodule</em> [--quiet] status [--cached] [--] [<path>…] -<em>git-submodule</em> [--quiet] [init|update] [--] [<path>…] +<em>git-submodule</em> [--quiet] init [--] [<path>…] +<em>git-submodule</em> [--quiet] update [--init] [--] [<path>…] <em>git-submodule</em> [--quiet] summary [--summary-limit <n>] [commit] [--] [<path>…]</div></div> </div> <h2>COMMANDS</h2> @@ -331,6 +332,9 @@ checkout the commit specified in the index of the containing repository. This will make the submodules HEAD be detached. </p> +<p>If the submodule is not yet initialized, and you just want to use the +setting as stored in .gitmodules, you can automatically initialize the +submodule with the --init option.</p> </dd> <dt> summary @@ -415,7 +419,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 13-Apr-2008 05:32:58 UTC +Last updated 17-May-2008 06:12:01 UTC </div> </div> </body>